type testing.common
56 uses
testing (current package)
benchmark.go#L95: common
benchmark.go#L713: common: common{
benchmark.go#L748: common: common{
benchmark.go#L820: common: common{
benchmark.go#L1005: common: common{
fuzz.go#L70: common
fuzz.go#L305: common: common{
fuzz.go#L498: root := common{w: os.Stdout} // gather output in one place
fuzz.go#L519: common: common{
fuzz.go#L572: root := common{w: os.Stdout}
fuzz.go#L605: common: common{
match.go#L83: func (m *matcher) fullName(c *common, subname string) (name string, ok, partial bool) {
testing.go#L631: type common struct {
testing.go#L656: parent *common
testing.go#L723: func (c *common) checkFuzzFn(name string) {
testing.go#L734: func (c *common) frameSkip(skip int) runtime.Frame {
testing.go#L807: func (c *common) flushToParent(testName, format string, args ...any) {
testing.go#L847: c *common
testing.go#L926: common
testing.go#L931: func (c *common) private() {}
testing.go#L938: func (c *common) Name() string {
testing.go#L942: func (c *common) setRan() {
testing.go#L952: func (c *common) Fail() {
testing.go#L966: func (c *common) Failed() bool {
testing.go#L987: func (c *common) FailNow() {
testing.go#L1019: func (c *common) log(s string) {
testing.go#L1045: func (c *common) destination() *common {
testing.go#L1063: func (c *common) callSite(skip int) string {
testing.go#L1087: func (c *common) flushPartial() {
testing.go#L1105: func (c *common) Output() io.Writer {
testing.go#L1115: func (c *common) setOutputWriter() {
testing.go#L1121: c *common
testing.go#L1178: func (c *common) Log(args ...any) {
testing.go#L1189: func (c *common) Logf(format string, args ...any) {
testing.go#L1195: func (c *common) Error(args ...any) {
testing.go#L1202: func (c *common) Errorf(format string, args ...any) {
testing.go#L1209: func (c *common) Fatal(args ...any) {
testing.go#L1216: func (c *common) Fatalf(format string, args ...any) {
testing.go#L1223: func (c *common) Skip(args ...any) {
testing.go#L1230: func (c *common) Skipf(format string, args ...any) {
testing.go#L1244: func (c *common) SkipNow() {
testing.go#L1254: func (c *common) Skipped() bool {
testing.go#L1263: func (c *common) Helper() {
testing.go#L1287: func (c *common) Cleanup(f func()) {
testing.go#L1321: func (c *common) TempDir() string {
testing.go#L1428: func (c *common) Setenv(key, value string) {
testing.go#L1453: func (c *common) Chdir(dir string) {
testing.go#L1494: func (c *common) Context() context.Context {
testing.go#L1509: func (c *common) Attr(key, value string) {
testing.go#L1535: func (c *common) runCleanup(ph panicHandling) (panicVal any) {
testing.go#L1581: func (c *common) resetRaces() {
testing.go#L1599: func (c *common) checkRaces() (raceErrors int64) {
testing.go#L1971: common: common{
testing.go#L2031: common: common{
testing.go#L2463: common: common{